home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / pc / pr42sdk / examples / projects / afilter / fl-lfill.rc < prev    next >
Text File  |  1995-10-07  |  611b  |  32 lines

  1. //=============================================================================
  2. //
  3. // Fl-lfill.rc - Audio filter plug-in resource file.
  4. //
  5. // Part of the Adobe Premiere 4.2 Plug-in Developer's Toolkit.
  6. //
  7. // Copyright 1993-96, Adobe Systems Incorporated, all rights reserved worldwide.
  8. //
  9. //-----------------------------------------------------------------------------
  10.  
  11. #include <windows.h>
  12. #include "Premiere.h"
  13.  
  14.  
  15. 1000    TYPE    DISCARDABLE
  16. BEGIN
  17.     0x0000,
  18.     AFlttype,
  19. END
  20.  
  21. 1000    TEXT    DISCARDABLE
  22. BEGIN
  23.     0x0000,
  24.     "Fill Left (SDK)\0"
  25. END
  26.  
  27. 1000    FLvs    DISCARDABLE
  28. BEGIN
  29.     0x0000,
  30.     0x0002
  31. END
  32.